home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / + TYLKO W WERSJI CYFROWEJ + / PCWK_PROG / Source / 120 / ukryte3 / fukryte3.dfm < prev    next >
Text File  |  2007-07-04  |  5KB  |  231 lines

  1. object Form1: TForm1
  2.   Left = 64
  3.   Top = 53
  4.   Width = 654
  5.   Height = 482
  6.   Caption = 'Ukryte obrazy #3 - nag'#322#243'wek, kodowanie i zapis.'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 646
  20.     Height = 89
  21.     Align = alTop
  22.     Font.Charset = EASTEUROPE_CHARSET
  23.     Font.Color = clNavy
  24.     Font.Height = -9
  25.     Font.Name = 'Verdana'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 7
  31.       Top = 66
  32.       Width = 14
  33.       Height = 12
  34.       Caption = 'R: '
  35.     end
  36.     object Label2: TLabel
  37.       Left = 62
  38.       Top = 66
  39.       Width = 12
  40.       Height = 12
  41.       Caption = 'G:'
  42.     end
  43.     object Label3: TLabel
  44.       Left = 121
  45.       Top = 66
  46.       Width = 11
  47.       Height = 12
  48.       Caption = 'B:'
  49.     end
  50.     object Label4: TLabel
  51.       Left = 229
  52.       Top = 51
  53.       Width = 109
  54.       Height = 12
  55.       Caption = 'Przestrze'#324' dost'#281'pna: '
  56.     end
  57.     object Label5: TLabel
  58.       Left = 228
  59.       Top = 67
  60.       Width = 115
  61.       Height = 12
  62.       Caption = 'Przestrze'#324' wymagana: '
  63.     end
  64.     object Label6: TLabel
  65.       Left = 25
  66.       Top = 43
  67.       Width = 72
  68.       Height = 12
  69.       Caption = 'Identyfikator: '
  70.       Color = clBtnFace
  71.       ParentColor = False
  72.     end
  73.     object Button1: TButton
  74.       Left = 7
  75.       Top = 8
  76.       Width = 105
  77.       Height = 25
  78.       Caption = 'Obraz g'#322#243'wny'
  79.       TabOrder = 0
  80.       OnClick = Button1Click
  81.     end
  82.     object Button2: TButton
  83.       Left = 229
  84.       Top = 8
  85.       Width = 105
  86.       Height = 25
  87.       Caption = 'Obraz ukrywany'
  88.       TabOrder = 1
  89.       OnClick = Button2Click
  90.     end
  91.     object Button4: TButton
  92.       Left = 536
  93.       Top = 40
  94.       Width = 89
  95.       Height = 25
  96.       Caption = 'Zapisz'
  97.       TabOrder = 2
  98.       OnClick = Button4Click
  99.     end
  100.     object Edit1: TEdit
  101.       Left = 19
  102.       Top = 64
  103.       Width = 20
  104.       Height = 18
  105.       Color = 12891900
  106.       Ctl3D = False
  107.       ParentCtl3D = False
  108.       TabOrder = 3
  109.       Text = '3'
  110.       OnExit = Edit3Exit
  111.     end
  112.     object Edit2: TEdit
  113.       Left = 75
  114.       Top = 64
  115.       Width = 20
  116.       Height = 18
  117.       Color = 9961419
  118.       Ctl3D = False
  119.       ParentCtl3D = False
  120.       TabOrder = 4
  121.       Text = '3'
  122.       OnExit = Edit3Exit
  123.     end
  124.     object Edit3: TEdit
  125.       Left = 133
  126.       Top = 64
  127.       Width = 20
  128.       Height = 18
  129.       Color = 16765348
  130.       Ctl3D = False
  131.       ParentCtl3D = False
  132.       TabOrder = 5
  133.       Text = '3'
  134.       OnExit = Edit3Exit
  135.     end
  136.     object Button3: TButton
  137.       Left = 536
  138.       Top = 8
  139.       Width = 89
  140.       Height = 25
  141.       Caption = 'Ukrywaj'
  142.       TabOrder = 6
  143.       OnClick = Button3Click
  144.     end
  145.     object Edit4: TEdit
  146.       Left = 115
  147.       Top = 41
  148.       Width = 38
  149.       Height = 18
  150.       Color = 9568255
  151.       Ctl3D = False
  152.       ParentCtl3D = False
  153.       TabOrder = 7
  154.       Text = '1234'
  155.       OnExit = Edit3Exit
  156.     end
  157.   end
  158.   object ScrollBox1: TScrollBox
  159.     Left = 0
  160.     Top = 89
  161.     Width = 209
  162.     Height = 366
  163.     Align = alLeft
  164.     TabOrder = 1
  165.     object Image1: TImage
  166.       Left = 0
  167.       Top = 0
  168.       Width = 169
  169.       Height = 169
  170.       AutoSize = True
  171.     end
  172.   end
  173.   object ScrollBox2: TScrollBox
  174.     Left = 225
  175.     Top = 89
  176.     Width = 200
  177.     Height = 366
  178.     Align = alLeft
  179.     TabOrder = 2
  180.     object Image2: TImage
  181.       Left = 0
  182.       Top = 0
  183.       Width = 169
  184.       Height = 169
  185.       AutoSize = True
  186.     end
  187.   end
  188.   object Panel2: TPanel
  189.     Left = 209
  190.     Top = 89
  191.     Width = 16
  192.     Height = 366
  193.     Align = alLeft
  194.     TabOrder = 3
  195.   end
  196.   object Panel3: TPanel
  197.     Left = 425
  198.     Top = 89
  199.     Width = 16
  200.     Height = 366
  201.     Align = alLeft
  202.     TabOrder = 4
  203.   end
  204.   object ScrollBox3: TScrollBox
  205.     Left = 441
  206.     Top = 89
  207.     Width = 205
  208.     Height = 366
  209.     Align = alClient
  210.     TabOrder = 5
  211.     object Image3: TImage
  212.       Left = 0
  213.       Top = 0
  214.       Width = 169
  215.       Height = 169
  216.       AutoSize = True
  217.     end
  218.   end
  219.   object OpenPictureDialog1: TOpenPictureDialog
  220.     DefaultExt = 'bmp'
  221.     Filter = 'Pliki bmp|*.bmp'
  222.     Left = 176
  223.   end
  224.   object SavePictureDialog1: TSavePictureDialog
  225.     DefaultExt = 'bmp'
  226.     Filter = 'Pliki bmp|*.bmp'
  227.     Left = 616
  228.     Top = 64
  229.   end
  230. end
  231.